home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 1 / PC World Interactive 1 - Nisan 1997.iso / prog / masa / 12 / lockup.ex_ / 0 / RCDATA / TWRONG / TWRONG.txt
Encoding:
Text File  |  1996-12-29  |  867 b   |  46 lines

  1. object wrong: Twrong
  2.   Left = 264
  3.   Top = 256
  4.   BorderStyle = bsDialog
  5.   Caption = 'Dialog'
  6.   ClientHeight = 82
  7.   ClientWidth = 296
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 281
  19.     Height = 33
  20.     Shape = bsFrame
  21.   end
  22.   object Label1: TLabel
  23.     Left = 16
  24.     Top = 16
  25.     Width = 265
  26.     Height = 17
  27.     Alignment = taCenter
  28.     AutoSize = False
  29.     Caption = 'Password not correct length.'
  30.     Font.Color = clWindowText
  31.     Font.Height = -13
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = []
  34.     ParentFont = False
  35.   end
  36.   object Button1: TButton
  37.     Left = 216
  38.     Top = 48
  39.     Width = 75
  40.     Height = 25
  41.     Caption = 'OK'
  42.     TabOrder = 0
  43.     OnClick = Button1Click
  44.   end
  45. end
  46.